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.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function ObjectIdFromString ( _
objectId As String _
) As Byte()
public static byte[] ObjectIdFromString(
string objectId
)
public:
static array<unsigned char>^ ObjectIdFromString(
String^ objectId
)
static member ObjectIdFromString :
objectId:string -> byte[]
public static function ObjectIdFromString(
objectId : String
) : byte[]
Parameters
- objectId
Type: System.String
Return Value
Type: array<System.Byte[]
.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.