SPEncodedResourceExpressionBuilder.EncodeMethod-Eigenschaft
Ruft einen Verweis auf eine Methode an.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property EncodeMethod As CodeMethodReferenceExpression
Get
'Usage
Dim value As CodeMethodReferenceExpression
value = Me.EncodeMethod
protected abstract CodeMethodReferenceExpression EncodeMethod { get; }
Eigenschaftswert
Typ: System.CodeDom.CodeMethodReferenceExpression
Ein Objekt, das einen Verweis auf eine Methode darstellt.
Siehe auch
Referenz
SPEncodedResourceExpressionBuilder Klasse