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。