TypeDescriptionProvider.GetFullComponentName(Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したコンポーネントの名前を取得します。コンポーネントに名前がない場合は null します。
public:
virtual System::String ^ GetFullComponentName(System::Object ^ component);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of component cannot be statically discovered.")]
public virtual string? GetFullComponentName(object component);
public virtual string GetFullComponentName(object component);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of component cannot be statically discovered.")>]
abstract member GetFullComponentName : obj -> string
override this.GetFullComponentName : obj -> string
abstract member GetFullComponentName : obj -> string
override this.GetFullComponentName : obj -> string
Public Overridable Function GetFullComponentName (component As Object) As String
パラメーター
- component
- Object
指定したコンポーネント。
返品
指定したコンポーネントの名前。
- 属性
例外
component は nullです。