IDatabase.GetPackageProcedure(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::HostIntegration::Drda::Common::PackageProcedure ^ GetPackageProcedure(System::String ^ procedureName);
public Microsoft.HostIntegration.Drda.Common.PackageProcedure GetPackageProcedure (string procedureName);
abstract member GetPackageProcedure : string -> Microsoft.HostIntegration.Drda.Common.PackageProcedure
Public Function GetPackageProcedure (procedureName As String) As PackageProcedure
Parameters
- procedureName
- String