IVCWizCtlUI.ParentKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the kind of context object.
public:
property System::Object ^ ParentKind { System::Object ^ get(); };
public:
property Platform::Object ^ ParentKind { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743861)]
public object ParentKind { [System.Runtime.InteropServices.DispId(1610743861)] get; }
[<System.Runtime.InteropServices.DispId(1610743861)>]
[<get: System.Runtime.InteropServices.DispId(1610743861)>]
member this.ParentKind : obj
Public ReadOnly Property ParentKind As Object
Property Value
A vsCMElement enumeration.
- Attributes