Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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: IEnumerable<String>
Returns IEnumerable.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.