IFileAssociation::Description Property
Visual Studio 2015
Gets or sets the description of the program that is used to open files of this type.
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.
Show: