IPublishProperties3.FileAssociations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此应用程序的文件关联的集合。
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
属性值
此应用程序的文件关联的集合。
- 属性