Delen via


GraphPathSerializationDictionary.Names Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Return a snapshot of the current path names

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property Names As IEnumerable(Of String)
public IEnumerable<string> Names { get; }
public:
property IEnumerable<String^>^ Names {
    IEnumerable<String^>^ get ();
}
member Names : IEnumerable<string> with get
function get Names () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Microsoft.VisualStudio.GraphModel Namespace