Sdílet prostřednictvím


OAProperties.Properties – vlastnost

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Properties As Dictionary(Of String, Property)
    Get
public Dictionary<string, Property> Properties { get; }
public:
property Dictionary<String^, Property^>^ Properties {
    Dictionary<String^, Property^>^ get ();
}
member Properties : Dictionary<string, Property>
function get Properties () : Dictionary<String, Property>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OAProperties Třída

Microsoft.VisualStudio.Data.Schema.Package.Internal – obor názvů