ProjectItemDefinitionInstance クラス
定義
プロジェクトのソース コードへの参照がすべて取り除かれた、特定の項目の種類の評価された項目定義を表します。Represents an evaluated item definition for a particular item type, divested of all references to project source code.
public ref class ProjectItemDefinitionInstance
public class ProjectItemDefinitionInstance
type ProjectItemDefinitionInstance = class
Public Class ProjectItemDefinitionInstance
- 継承
-
ProjectItemDefinitionInstance
プロパティ
ItemType |
この項目定義の項目の種類を取得します。Gets the item type of this item definition. |
Metadata |
この項目定義のすべてのメタデータを取得します。Gets all the metadata for this item definition. これは読み取り専用のコレクションです。This is a read-only collection. |
MetadataCount |
この項目定義のメタデータの数を取得します。Gets the number of pieces of metadata on this item definition. |
MetadataNames |
この項目定義のメタデータ名に対する列挙子を取得します。Gets an enumerator over the metadata names for this item definition. これは読み取り専用のコレクションです。This is a read-only collection. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetMetadata(String) |
この項目定義の指定した名前のメタデータを取得します。Gets any metadata in this item definition with the given name. |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |