GraphNodeIdPropertyDescriptor 類別
這是自訂的 PropertyDescriptor,它是用來在 PropertyGrid 中填入資料列,其中含 XmlAttribute 資訊以及標籤與描述的對應當地語系化字串。
繼承階層架構
Object
MemberDescriptor
PropertyDescriptor
Microsoft.VisualStudio.GraphModel.GraphNodeIdPropertyDescriptor
命名空間: Microsoft.VisualStudio.GraphModel
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Class GraphNodeIdPropertyDescriptor _
Inherits PropertyDescriptor
public class GraphNodeIdPropertyDescriptor : PropertyDescriptor
public ref class GraphNodeIdPropertyDescriptor : public PropertyDescriptor
type GraphNodeIdPropertyDescriptor =
class
inherit PropertyDescriptor
end
public class GraphNodeIdPropertyDescriptor extends PropertyDescriptor
GraphNodeIdPropertyDescriptor 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
GraphNodeIdPropertyDescriptor | 建構函式。 |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
AttributeArray | 取得或設定屬性的陣列。 (繼承自 MemberDescriptor)。 | |
Attributes | 取得這個成員的屬性集合。 (繼承自 MemberDescriptor)。 | |
Category | 取得這個屬性的分類。 (覆寫 MemberDescriptor.Category。) | |
ComponentType | 取得這個屬性所繫結的元件型別。 (覆寫 PropertyDescriptor.ComponentType。) | |
Converter | 取得這個屬性的型別轉換子。 (覆寫 PropertyDescriptor.Converter。) | |
Description | 取得成員的描述,如 DescriptionAttribute 中所指定的。 (繼承自 MemberDescriptor)。 | |
DesignTimeOnly | 取得值,表示這個成員是否只在設計階段設定,如 DesignOnlyAttribute 中所指定的。 (繼承自 MemberDescriptor)。 | |
DisplayName | 取得可在視窗 (例如 [屬性] 視窗) 中顯示的名稱。 (繼承自 MemberDescriptor)。 | |
IsBrowsable | 取得值,表示成員是否可瀏覽,如 BrowsableAttribute 中指定的。 (繼承自 MemberDescriptor)。 | |
IsLocalizable | 取得值,指出這個屬性是否應該當地語系化,如 LocalizableAttribute 中所指定。 (覆寫 PropertyDescriptor.IsLocalizable。) | |
IsReadOnly | 取得值,表示這個屬性是否為唯讀。 (覆寫 PropertyDescriptor.IsReadOnly。) | |
Name | 取得成員的名稱。 (繼承自 MemberDescriptor)。 | |
NameHashCode | 取得成員名稱的雜湊程式碼,如 GetHashCode 中所指定的。 (繼承自 MemberDescriptor)。 | |
PropertyType | 取得屬性的型別。 (覆寫 PropertyDescriptor.PropertyType。) | |
SerializationVisibility | 取得值,表示這個屬性是否應該序列化,如 DesignerSerializationVisibilityAttribute 中指定的。 (繼承自 PropertyDescriptor)。 | |
SupportsChangeEvents | 取得值,表示這個屬性的數值變更告知是否可能來自屬性描述項之外。 (覆寫 PropertyDescriptor.SupportsChangeEvents。) |
回頁首
方法
名稱 | 描述 | |
---|---|---|
AddValueChanged | 使其他物件能在這個屬性變更時受到告知。 (繼承自 PropertyDescriptor)。 | |
CanResetValue | 傳回值,表示重設物件是否變更其值。 (覆寫 PropertyDescriptor.CanResetValue(Object)。) | |
CreateAttributeCollection | 使用傳遞給建構函式的屬性陣列,建立屬性的集合。 (繼承自 MemberDescriptor)。 | |
CreateInstance | 建立指定型別的執行個體。 (繼承自 PropertyDescriptor)。 | |
Equals | 比較這個與另一個物件,以檢視它們是否相等。 (繼承自 PropertyDescriptor)。 | |
FillAttributes | 將 PropertyDescriptor 的屬性加入至父類別中的指定屬性清單。 (覆寫 PropertyDescriptor.FillAttributes(IList)。) | |
Finalize | 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。 | |
GetChildProperties | 傳回預設的 PropertyDescriptorCollection。 (繼承自 PropertyDescriptor)。 | |
GetChildProperties(Attribute) | 使用指定的屬性陣列做為篩選條件,傳回 PropertyDescriptorCollection。 (繼承自 PropertyDescriptor)。 | |
GetChildProperties(Object) | 傳回指定物件的 PropertyDescriptorCollection。 (繼承自 PropertyDescriptor)。 | |
GetChildProperties(Object, Attribute) | 使用指定的屬性陣列做為篩選條件,傳回指定物件的 PropertyDescriptorCollection。 (繼承自 PropertyDescriptor)。 | |
GetEditor | 取得指定型別的編輯器。 (繼承自 PropertyDescriptor)。 | |
GetHashCode | 傳回這個物件的雜湊程式碼。 (繼承自 PropertyDescriptor)。 | |
GetInvocationTarget | 這個方法會傳回應該在成員的引動過程使用的物件。 (繼承自 PropertyDescriptor)。 | |
GetType | 取得目前實例 Type 的屬性。 (繼承自 Object)。 | |
GetTypeFromName | 使用其名稱以傳回型別。 (繼承自 PropertyDescriptor)。 | |
GetValue | 取得元件中屬性的目前值。 (覆寫 PropertyDescriptor.GetValue(Object)。) | |
GetValueChangedHandler | 對特定元件擷取目前的 ValueChanged 事件處理常式集 (繼承自 PropertyDescriptor)。 | |
MemberwiseClone | 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。 | |
OnValueChanged | 引發您實作的 ValueChanged 事件。 (繼承自 PropertyDescriptor)。 | |
RemoveValueChanged | 使其他物件能在這個屬性變更時受到告知。 (繼承自 PropertyDescriptor)。 | |
ResetValue | 將元件的這個屬性值重設為預設值。 (覆寫 PropertyDescriptor.ResetValue(Object)。) | |
SetValue | 將元件的值設定為不同的值。 (覆寫 PropertyDescriptor.SetValue(Object, Object)。) | |
ShouldSerializeValue | 判斷表示這個屬性值是否需要保存的值。 (覆寫 PropertyDescriptor.ShouldSerializeValue(Object)。) | |
ToString | 傳回代表目前物件的字串。 (繼承自 Object)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。