共用方式為


REFERENCE_TYPE

指定參考型別。

語法

public enum enum_REFERENCE_TYPE { 
   REF_TYPE_WEAK   = 0x0001,
   REF_TYPE_STRONG = 0x0002
};

欄位​​

REF_TYPE_WEAK
指定弱式參考。 無法與 REF_TYPE_STRONG結合。

REF_TYPE_STRONG
指定強式參考。 無法與 REF_TYPE_WEAK結合。

備註

做為 dwRefType DEBUG_REFERENCE_INFO 結構的成員

當做參數傳遞至 SetReferenceType 方法。

需求

標頭:msdbg.h

命名空間:Microsoft.VisualStudio.Debugger.Interop

元件:Microsoft.VisualStudio.Debugger.Interop.dll

另請參閱