DocData.Name Property
Gets the file name of the doc data.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaração
Public ReadOnly Property Name As String
public string Name { get; }
Property Value
Type: System.String
This is typically retrieved by accessing the user data with an ID if IID_IVsUserData.
.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.