ServiceClientGenerator.CustomizationsModel.GetSubstituteShapeName C# (CSharp) Méthode

GetSubstituteShapeName() public méthode

Returns the name of the shape that should be used instead of the supplied shape
public GetSubstituteShapeName ( string originalShapeName ) : string
originalShapeName string The shape to have its name changed
Résultat string
        public string GetSubstituteShapeName(string originalShapeName)
        {
            return GetRemappedShapeName(originalShapeName, EmitAsShapeKey);
        }