ProjectDocumentsChangeEventArgs::MkDocument Property

 

Gets or sets the unique name of the project item that was changed.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ MkDocument {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The unique name of the project item that was changed.

Return to top
Show: