IFileAssociation::Description Property

 

Gets or sets the description of the program that is used to open files of this type.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[DispIdAttribute(2)]
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The description of the program that is used to open files of this type.

Return to top
Show: