IPublishProperties3.FileAssociations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of file associations for this application.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IFileAssociationCollection ^ FileAssociations { Microsoft::VisualStudio::ManagedInterfaces::Publish::IFileAssociationCollection ^ get(); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IFileAssociationCollection ^ FileAssociations { Microsoft::VisualStudio::ManagedInterfaces::Publish::IFileAssociationCollection ^ get(); };
[System.Runtime.InteropServices.DispId(36)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.IFileAssociationCollection FileAssociations { get; }
[<System.Runtime.InteropServices.DispId(36)>]
member this.FileAssociations : Microsoft.VisualStudio.ManagedInterfaces.Publish.IFileAssociationCollection
Public ReadOnly Property FileAssociations As IFileAssociationCollection
Property Value
The collection of file associations for this application.
- Attributes