Поделиться через


VCWizCtlClass.ParentObject Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Декларация
Public Overridable Property ParentObject As Object
    Get
    Set
public virtual Object ParentObject { get; set; }
public:
virtual property Object^ ParentObject {
    Object^ get ();
    void set (Object^ value);
}
abstract ParentObject : Object with get, set
override ParentObject : Object with get, set
function get ParentObject () : Object
function set ParentObject (value : Object)

Property Value

Type: System.Object

Implements

IVCWizCtlUI.ParentObject

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace