PipelineComponentExt.GetPropertyValue<T>(String) 方法

定义

protected:
generic <typename T>
 T GetPropertyValue(System::String ^ name);
protected T GetPropertyValue<T> (string name);
member this.GetPropertyValue : string -> 'T
Protected Function GetPropertyValue(Of T) (name As String) As T

类型参数

T

参数

name
String

返回

T

适用于