SupplyFileBasedBrowserConfigurationAttribute Class

 

Supplies configuration for file based model browser <example> The folowing code will supply a configuration that will display "DSL Models" in the caption and filter all the dsl and diagram extensions [SupplyFileBasedBrowserConfiguration("DSL Models", "Model file|*.dsl|Diagram file|*.diagram")] public ModelBusReference MyReference { get; set; } </example>

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

System::Object
  System::Attribute
    Microsoft.VisualStudio.Modeling.Integration.Picker::PickerMetadataBaseAttribute
      Microsoft.VisualStudio.Modeling.Integration.Picker::SupplyFileBasedBrowserConfigurationAttribute

[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false, 
	Inherited = false)]
public ref class SupplyFileBasedBrowserConfigurationAttribute sealed : PickerMetadataBaseAttribute

NameDescription
System_CAPS_pubpropertyFileExtensionsFilter

Gets the FileExtensionsFilter

System_CAPS_pubpropertyTitle

Gets the title

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: