Sdílet prostřednictvím


IGraphContext.RequestedProperties – vlastnost

Vlastnosti požadované na vrácené vstupní a výstupní uzly.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
ReadOnly Property RequestedProperties As IEnumerable(Of GraphProperty)
IEnumerable<GraphProperty> RequestedProperties { get; }
property IEnumerable<GraphProperty^>^ RequestedProperties {
    IEnumerable<GraphProperty^>^ get ();
}
abstract RequestedProperties : IEnumerable<GraphProperty>
function get RequestedProperties () : IEnumerable<GraphProperty>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<GraphProperty>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IGraphContext Rozhraní

Microsoft.VisualStudio.GraphModel – obor názvů