次の方法で共有


OAProperty.Parent プロパティ

マイクロソフト内部でのみ使用。 このオブジェクトの直接の親を取得します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public ReadOnly Property Parent As Properties
'使用
Dim instance As OAProperty
Dim value As Properties

value = instance.Parent
public Properties Parent { get; }
public:
virtual property Properties^ Parent {
    Properties^ get () sealed;
}
public final function get Parent () : Properties

プロパティ値

型 : EnvDTE.Properties

実装

Property.Parent

参照

参照

OAProperty クラス

OAProperty メンバ

Microsoft.VisualStudio.Data.Schema.Project.Automation 名前空間