ISymbolVariable.AddressField3 属性

定义

获取变量的第三个地址。Gets the third address of a variable.

public:
 property int AddressField3 { int get(); };
public int AddressField3 { get; }
member this.AddressField3 : int
Public ReadOnly Property AddressField3 As Integer

属性值

Int32

变量的第三个地址。The third address of the variable.

注解

有关使用此属性的详细信息,请参阅 SymAddressKind 枚举。For more information about the use of this property, see the SymAddressKind enumeration.

适用于

另请参阅