DkmClrDebuggerBrowsableAttribute.Create Method
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.
Create a new DkmClrDebuggerBrowsableAttribute object instance.
Location constraint: API must be called from a Monitor component (component level < 100,000).
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerBrowsableAttribute ^ Create(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ TargetType, System::String ^ TargetMember, Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerBrowsableAttributeState State);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerBrowsableAttribute ^ Create(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ TargetType, Platform::String ^ TargetMember, Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerBrowsableAttributeState State);
static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerBrowsableAttribute Create(Microsoft::VisualStudio::Debugger::Clr::DkmClrType const & TargetType, std::wstring const & TargetMember, Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerBrowsableAttributeState State);
public static Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerBrowsableAttribute Create (Microsoft.VisualStudio.Debugger.Clr.DkmClrType TargetType, string TargetMember, Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerBrowsableAttributeState State);
public static Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerBrowsableAttribute Create (Microsoft.VisualStudio.Debugger.Clr.DkmClrType TargetType, string? TargetMember, Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerBrowsableAttributeState State);
static member Create : Microsoft.VisualStudio.Debugger.Clr.DkmClrType * string * Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerBrowsableAttributeState -> Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerBrowsableAttribute
Public Shared Function Create (TargetType As DkmClrType, TargetMember As String, State As DkmClrDebuggerBrowsableAttributeState) As DkmClrDebuggerBrowsableAttribute
Parameters
- TargetType
- DkmClrType
[In] The type this attribute applies to.
- TargetMember
- String
[In,Optional] The member this attribute applies to if applicable.
[In] The display state for the attribute.
Returns
[Out] Result of this method call.