ServiceClientGenerator.CustomizationsModel.GetSubstituteShapeName C# (CSharp) 메소드

GetSubstituteShapeName() 공개 메소드

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
리턴 string
        public string GetSubstituteShapeName(string originalShapeName)
        {
            return GetRemappedShapeName(originalShapeName, EmitAsShapeKey);
        }