Propriedade GraphSchema.Properties
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
Public Property Properties As GraphPropertyCollection
Get
Private Set
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)
Valor de propriedade
Tipo: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.