Aracılığıyla paylaş


GraphSchema.Properties Özellik

Bu şema ile kaydedilen tüm GraphProperty nesnelerini içerir.

Ad alanı:  Microsoft.VisualStudio.GraphModel
Derleme:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll içinde)

Sözdizimi

'Bildirim
Public Property Properties As GraphPropertyCollection
public GraphPropertyCollection Properties { get; private set; }
public:
property GraphPropertyCollection^ Properties {
    GraphPropertyCollection^ get ();
    private: void set (GraphPropertyCollection^ value);
}
member Properties : GraphPropertyCollection with get, private set
function get Properties () : GraphPropertyCollection
private function set Properties (value : GraphPropertyCollection)

Özellik Değeri

Tür: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

GraphSchema Sınıf

Microsoft.VisualStudio.GraphModel Ad Alanı