SupplyFileBasedBrowserConfigurationAttribute クラス
ファイル ベースのモード ブラウザー用構成を提供します。 <example> 以下のコードはキャプションに "DSL Models" と表示し、すべての dsl およびダイアグラム拡張をフィルター処理する構成を指定します。 [SupplyFileBasedBrowserConfiguration("DSL Models", "Model file|*.dsl|Diagram file|*.diagram")] public ModelBusReference MyReference { get; set; } </example>
この API は、CLS に準拠していません。
継承階層
System.Object
System.Attribute
Microsoft.VisualStudio.Modeling.Integration.Picker.PickerMetadataBaseAttribute
Microsoft.VisualStudio.Modeling.Integration.Picker.SupplyFileBasedBrowserConfigurationAttribute
名前空間: Microsoft.VisualStudio.Modeling.Integration.Picker
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 内)
構文
'宣言
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False, _
Inherited := False)> _
Public NotInheritable Class SupplyFileBasedBrowserConfigurationAttribute _
Inherits PickerMetadataBaseAttribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false,
Inherited = false)]
public sealed class SupplyFileBasedBrowserConfigurationAttribute : PickerMetadataBaseAttribute
SupplyFileBasedBrowserConfigurationAttribute 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
SupplyFileBasedBrowserConfigurationAttribute | ファイル ベース ヒントを作成します |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
FileExtensionsFilter | FileExtensionsFilter を取得します。 | |
Title | タイトルを取得します | |
TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 (Attribute から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Equals | インフラストラクチャ。このインスタンスが、指定したオブジェクトに等しいかどうかを示す値を返します。 (Attribute から継承されます。) | |
GetHashCode | 対象のインスタンスのハッシュ コードを返します。 (Attribute から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。) | |
Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
_Attribute.GetIDsOfNames | 一連の名前を対応する一連のディスパッチ識別子に割り当てます。 (Attribute から継承されます。) | |
_Attribute.GetTypeInfo | オブジェクトの型情報を取得します。この情報はインターフェイスの型情報の取得に使用できます。 (Attribute から継承されます。) | |
_Attribute.GetTypeInfoCount | オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。 (Attribute から継承されます。) | |
_Attribute.Invoke | オブジェクトによって公開されたプロパティおよびメソッドへのアクセスを提供します。 (Attribute から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。