CodeExporter.IncludeMetadata プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コードがエクスポートされたときに組み込まれるコード属性メタデータのコレクションを取得します。
public:
property System::CodeDom::CodeAttributeDeclarationCollection ^ IncludeMetadata { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); };
public System.CodeDom.CodeAttributeDeclarationCollection IncludeMetadata { get; }
member this.IncludeMetadata : System.CodeDom.CodeAttributeDeclarationCollection
Public ReadOnly Property IncludeMetadata As CodeAttributeDeclarationCollection
プロパティ値
コードがエクスポートされたときに組み込まれるメタデータを表す CodeAttributeDeclaration オブジェクトのコレクション。
注釈
このプロパティを使用すると、エクスポートされたプロキシ コードに属性を動的に追加できます。