Condividi tramite


DesignerDocDataService.PrimaryName Property

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

'Dichiarazione
Protected ReadOnly Property PrimaryName As String
    Get
'Utilizzo
Dim value As String

value = Me.PrimaryName
protected string PrimaryName { get; }
protected:
property String^ PrimaryName {
    String^ get ();
}
member PrimaryName : string
function get PrimaryName () : String

Property Value

Type: System.String
The fully-qualified file name of the primary document data object.

.NET Framework Security

See Also

Reference

DesignerDocDataService Class

DesignerDocDataService Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace