'宣言 Public Function GetProperty( _ Optional ByVal name As System.String _ ) As System.Object
public System.object GetProperty( System.string name )
パラメータ
- name
- Styled property name.
戻り値の型
Styled property value.
'宣言 Public Function GetProperty( _ Optional ByVal name As System.String _ ) As System.Object
public System.object GetProperty( System.string name )
例外 | 解説 |
---|---|
System.Collections.Generic.KeyNotFoundException | コレクション内の要素にアクセスするために指定したキーが、コレクション内のいずれのキーとも一致しない場合にスローされる例外。 |
StyledPropertyCollection.UninitializedPropertyException | The exception that is thrown when trying to use uninitialized C1.Win.C1Gauge.StyledPropertyCollection.StyledProperty. |