DkmClrCustomTypeInfo.RequiredCustomModifiers 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] Required type modifiers (modreq) present in the field, method, or property signature from which this value was obtained.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ RequiredCustomModifiers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> RequiredCustomModifiers { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType>? RequiredCustomModifiers { get; }
member this.RequiredCustomModifiers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType>
Public ReadOnly Property RequiredCustomModifiers As ReadOnlyCollection(Of DkmClrType)