特定のクラスに定義されているカスタム型記述子が存在する場合は true、それ以外の場合は false を返します。
名前空間: Microsoft.VisualStudio.Modeling.DslDefinition
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 内)
構文
'宣言
Public Shared Function HasCustomTypeDescriptor ( _
domainClass As DomainClass _
) As Boolean
public static bool HasCustomTypeDescriptor(
DomainClass domainClass
)
パラメーター
- domainClass
型 : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
戻り値
型 : System.Boolean
解説
カスタム型記述子は、「」 CustomCoded のプロパティが true であるか、または一つ以上のプロパティ パスを定義している場合は、定義されています。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。