Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Create file based hint
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public SupplyFileBasedBrowserConfigurationAttribute(
string title,
string fileExtensionsFilter
)
public:
SupplyFileBasedBrowserConfigurationAttribute(
String^ title,
String^ fileExtensionsFilter
)
new :
title:string *
fileExtensionsFilter:string -> SupplyFileBasedBrowserConfigurationAttribute
Public Sub New (
title As String,
fileExtensionsFilter As String
)
Parameters
title
Type: System.StringThe text appearing in the OpenFileDialog title
fileExtensionsFilter
Type: System.StringThe filter string for the OpenFileDialog
See Also
SupplyFileBasedBrowserConfigurationAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top