Proprietà GraphCategory.BasedOnCategory
Ottenere o impostare la categoria o null di base
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public Property BasedOnCategory As GraphCategory
public GraphCategory BasedOnCategory { get; set; }
public:
property GraphCategory^ BasedOnCategory {
GraphCategory^ get ();
void set (GraphCategory^ value);
}
member BasedOnCategory : GraphCategory with get, set
function get BasedOnCategory () : GraphCategory
function set BasedOnCategory (value : GraphCategory)
Valore proprietà
Tipo: Microsoft.VisualStudio.GraphModel.GraphCategory
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.