次の方法で共有


IVideoEffectDefinition.Properties プロパティ

定義

VideoEffectDefinition オブジェクトを構成するためのプロパティのセット。

public:
 property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = iVideoEffectDefinition.properties;
Public ReadOnly Property Properties As IPropertySet

プロパティ値

タプルとして表されるビデオ効果定義のプロパティのセット。

適用対象