IPublishProperties3::FileAssociations Property

 

Gets the collection of file associations for this application.

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

[DispIdAttribute(36)]
property IFileAssociationCollection^ FileAssociations {
	IFileAssociationCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish::IFileAssociationCollection^

The collection of file associations for this application.

Return to top
Show: