CommonStructureService.GetProjectProperties Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
‘선언
Public Sub GetProjectProperties ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
<OutAttribute> ByRef name As String, _
<OutAttribute> ByRef state As String, _
<OutAttribute> ByRef properties As ProjectProperty() _
)
public void GetProjectProperties(
TeamFoundationRequestContext requestContext,
string projectUri,
out string name,
out string state,
out ProjectProperty[] properties
)
public:
void GetProjectProperties(
TeamFoundationRequestContext^ requestContext,
String^ projectUri,
[OutAttribute] String^% name,
[OutAttribute] String^% state,
[OutAttribute] array<ProjectProperty^>^% properties
)
member GetProjectProperties :
requestContext:TeamFoundationRequestContext *
projectUri:string *
name:string byref *
state:string byref *
properties:ProjectProperty[] byref -> unit
public function GetProjectProperties(
requestContext : TeamFoundationRequestContext,
projectUri : String,
name : String,
state : String,
properties : ProjectProperty[]
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
Type: System.String
- name
Type: System.String%
- state
Type: System.String%
- properties
Type: array<Microsoft.TeamFoundation.Server.ProjectProperty[]%
.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.