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.
Gets the fully-qualified file name of the primary doc data object.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Protected ReadOnly Property PrimaryName As String
protected string PrimaryName { get; }
protected:
property String^ PrimaryName {
String^ get ();
}
member PrimaryName : string with get
function get PrimaryName () : String
Property Value
Type: System.String
The fully-qualified file name of the primary document data object.
.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.