Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
'Usage
Dim instance As IPublishProperties3
Dim value As IFileAssociationCollection
value = instance.FileAssociations
IFileAssociationCollection FileAssociations { get; }
property IFileAssociationCollection^ FileAssociations {
IFileAssociationCollection^ get ();
}
abstract FileAssociations : IFileAssociationCollection
function get FileAssociations () : IFileAssociationCollection
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.IFileAssociationCollection
The collection of file associations for this application.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.