Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Sub SetImportance ( _
instance As Object, _
value As BuildTrackingImportance _
)
public static void SetImportance(
Object instance,
BuildTrackingImportance value
)
public:
static void SetImportance(
Object^ instance,
BuildTrackingImportance value
)
static member SetImportance :
instance:Object *
value:BuildTrackingImportance -> unit
public static function SetImportance(
instance : Object,
value : BuildTrackingImportance
)
Parameters
- instance
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.