Skip to content

Commit e4b97d7

Browse files
authored
add stubs for stdole apis (dotnet#10645)
1 parent b146c67 commit e4b97d7

File tree

4 files changed

+92
-1
lines changed

4 files changed

+92
-1
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: IFont.Name Property (stdole)
3+
ms.date: 02/22/2019
4+
topic_type:
5+
- "apiref"
6+
api_name:
7+
- "stdole.IFont.Name"
8+
- "stdole.IFont.get_Name"
9+
- "stdole.IFont.set_Name"
10+
api_location:
11+
- "stdole.dll"
12+
api_type:
13+
- "Assembly"
14+
---
15+
# IFont.Name Property
16+
17+
```csharp
18+
string Name { get; set; }
19+
```
20+
21+
## Property value
22+
23+
<xref:System.String>\
24+
25+
## Requirements
26+
27+
**Namespace:** `stdole`
28+
29+
**Assembly:** stdole (in stdole.dll)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: IPicture.Handle Property (stdole)
3+
ms.date: 02/22/2019
4+
topic_type:
5+
- "apiref"
6+
api_name:
7+
- "stdole.IPicture.Handle"
8+
- "stdole.IPicture.get_Handle"
9+
api_location:
10+
- "stdole.dll"
11+
api_type:
12+
- "Assembly"
13+
---
14+
# IPicture.Handle Property
15+
16+
Gets the handle to the picture managed within this picture object to a specified location.
17+
18+
```csharp
19+
int Handle { get; }
20+
```
21+
22+
## Property value
23+
24+
<xref:System.Int32>\
25+
26+
## Requirements
27+
28+
**Namespace:** `stdole`
29+
30+
**Assembly:** stdole (in stdole.dll)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: IPictureDisp.Handle Property (stdole)
3+
ms.date: 02/22/2019
4+
topic_type:
5+
- "apiref"
6+
api_name:
7+
- "stdole.IPictureDisp.Handle"
8+
- "stdole.IPictureDisp.get_Handle"
9+
api_location:
10+
- "stdole.dll"
11+
api_type:
12+
- "Assembly"
13+
---
14+
# IPictureDisp.Handle Property
15+
16+
```csharp
17+
int Handle { get; }
18+
```
19+
20+
## Property value
21+
22+
<xref:System.Int32>\
23+
24+
## Requirements
25+
26+
**Namespace:** `stdole`
27+
28+
**Assembly:** stdole (in stdole.dll)

docs/framework/additional-apis/toc.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@
3737
#### [s_isDebuggerCheckDisabledForTestPurposes field](s-isdebuggercheckdisabledfortestpurposes-field.md)
3838
## System.Windows.Forms.Design
3939
### [DataMemberFieldEditor class](datamemberfieldeditor-class.md)
40-
### [DataMemberListEditor class](datamemberlisteditor-class.md)
40+
### [DataMemberListEditor class](datamemberlisteditor-class.md)
41+
## stdole Namespace
42+
### [IFont.Name Property](stdole.ifont.name.md)
43+
### [IPicture.Handle Property](stdole.ipicture.handle.md)
44+
### [IPictureDisp.Handle Property](stdole.ipicturedisp.handle.md)

0 commit comments

Comments
 (0)