Proprietà GraphSetter.TypedValue
Spazio dei nomi: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public Property TypedValue As Object
Get
Set
public Object TypedValue { get; set; }
public:
property Object^ TypedValue {
Object^ get ();
void set (Object^ value);
}
member TypedValue : Object with get, set
function get TypedValue () : Object
function set TypedValue (value : Object)
Valore proprietà
Tipo: System.Object
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.