SimpleTypeResolver.ResolveTypeId(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之 Type 的組件限定名稱。
public:
override System::String ^ ResolveTypeId(Type ^ type);
public override string ResolveTypeId (Type type);
override this.ResolveTypeId : Type -> string
Public Overrides Function ResolveTypeId (type As Type) As String
參數
- type
- Type
要解析的型別。
傳回
字串,包含指定之型別的組件限定名稱。
例外狀況
type
為 null
。