Propriedade GraphConditionalStyle.ValueLabel
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
Public Property ValueLabel As String
Get
Set
public string ValueLabel { get; set; }
public:
property String^ ValueLabel {
String^ get ();
void set (String^ value);
}
member ValueLabel : string with get, set
function get ValueLabel () : String
function set ValueLabel (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.