IFileAssociation::Progid Property

 

Gets or sets the ProgID that identifies 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(4)]
property String^ Progid {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

Return to top
Show: