GraphSetter.Value, propriété
Valeur fixe (déjà convertie dans le type de propriété qui est défini).
Espace de noms : Microsoft.VisualStudio.GraphModel.Styles
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Property Value As String
public string Value { get; set; }
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
member Value : string with get, set
function get Value () : String
function set Value (value : String)
Valeur de propriété
Type : System.String
retourne String ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.