Share via


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)

Syntax

'Declaration
ReadOnly Property FileAssociations As IFileAssociationCollection
'Usage
Dim instance As IPublishProperties3 
Dim value As IFileAssociationCollection 

value = instance.FileAssociations
IFileAssociationCollection FileAssociations { get; }
property IFileAssociationCollection^ FileAssociations {
    IFileAssociationCollection^ get ();
}
function get FileAssociations () : IFileAssociationCollection

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.IFileAssociationCollection
The collection of file associations for this application.

.NET Framework Security

See Also

Reference

IPublishProperties3 Interface

IPublishProperties3 Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace

Change History

Date

History

Reason

July 2008

Added topic.

SP1 feature change.