VCWizCtlClass.ParentKind - свойство
Gets the kind of context object.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property ParentKind As Object
'Применение
Dim instance As VCWizCtlClass
Dim value As Object
value = instance.ParentKind
public virtual Object ParentKind { get; }
public:
virtual property Object^ ParentKind {
Object^ get ();
}
public function get ParentKind () : Object
Значение свойства
Тип: System.Object
A vsCMElement enumeration.
Реализации
Заметки
ParentKind returns the kind of context object as a Visual Studio code element.
The context object is the item (either project or class) at the node in Class View that the user selects and which then initiates the wizard. For example, in Visual C++, the project is the context object for the Add Class wizard, and the selected class is the context object for the Add Function wizard.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
Visual C++ Extensibility Object Model