ShellExecuteInfoClass Field
The address of a null-terminated string that specifies one of the following
A ProgId. For example, "Paint.Picture".
A URI protocol scheme. For example, "http".
A file extension. For example, ".txt".
A registry path under HKEY_CLASSES_ROOT that names a subkey that contains one or more Shell verbs.
This key will have a subkey that conforms to the Shell verb registry schema, such as shell\verb name.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Class As String
Dim instance As ShellExecuteInfo
Dim value As String
value = instance.Class
instance.Class = value
val mutable Class: string
No code example is currently available or this language may not be supported.
Field Value
String