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)

protected:
property String^ PrimaryName {
	String^ get();
}

Property Value

Type: System::String^

The fully-qualified file name of the primary document data object.

Return to top
Show: