DkmClrCustomTypeInfo.RequiredCustomModifiers 属性

定义

可有可无所需的类型修饰符 (modreq) 出现在从中获取此值的字段、方法或属性签名中。

此 API 是在 Visual Studio 14 Update 2 (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; }
member this.RequiredCustomModifiers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType>
Public ReadOnly Property RequiredCustomModifiers As ReadOnlyCollection(Of DkmClrType)

属性值

ReadOnlyCollection<DkmClrType>

适用于