DkmClrEvalAttribute.TargetMember Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] The member this attribute applies to if applicable.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property System::String ^ TargetMember { System::String ^ get(); };
public:
property Platform::String ^ TargetMember { Platform::String ^ get(); };
public string TargetMember { get; }
public string? TargetMember { get; }
member this.TargetMember : string
Public ReadOnly Property TargetMember As String