次の方法で共有


OAProperties.Properties プロパティ

含まれているプロパティのディクショナリを定義します。

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

構文

'宣言
Public ReadOnly Property Properties As Dictionary(Of String, Property)
'使用
Dim instance As OAProperties
Dim value As Dictionary(Of String, Property)

value = instance.Properties
public Dictionary<string, Property> Properties { get; }
public:
property Dictionary<String^, Property^>^ Properties {
    Dictionary<String^, Property^>^ get ();
}
public function get Properties () : Dictionary<String, Property>

プロパティ値

型 : System.Collections.Generic.Dictionary<String, Property>

参照

参照

OAProperties クラス

OAProperties メンバ

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