TypeConverterAttribute.ConverterTypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Type 的完整型別名稱來做為這個屬性所繫結之物件的轉換子。
public:
property System::String ^ ConverterTypeName { System::String ^ get(); };
public string ConverterTypeName { get; }
member this.ConverterTypeName : string
Public ReadOnly Property ConverterTypeName As String
屬性值
Type 的完整型別名稱,用來做為這個屬性所繫結之物件的轉換子,如果屬性值不存在的話,則為空字串 ("")。 預設值為空字串 ("")。