TeamFoundationPropertyService.CreatePropertyDefinition-Methode
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function CreatePropertyDefinition ( _
requestContext As TeamFoundationRequestContext, _
propertyName As String, _
typeId As Integer _
) As PropertyDefinition
public PropertyDefinition CreatePropertyDefinition(
TeamFoundationRequestContext requestContext,
string propertyName,
int typeId
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- propertyName
Typ: System.String
- typeId
Typ: System.Int32
Rückgabewert
Typ: Microsoft.TeamFoundation.Framework.Server.PropertyDefinition
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.