DkmGetClrGenericParametersAsyncResult.ParameterTypeNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类型参数的程序集限定名称的列表(如果有),后跟方法参数(如果有)。
此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。
public:
property cli::array <System::String ^> ^ ParameterTypeNames { cli::array <System::String ^> ^ get(); };
public:
property Platform::Array <Platform::String ^> ^ ParameterTypeNames { Platform::Array <Platform::String ^> ^ get(); };
public string[] ParameterTypeNames { get; }
member this.ParameterTypeNames : string[]
Public ReadOnly Property ParameterTypeNames As String()
属性值
- String[]